[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            ispcAnywhere - is pcAnywhere installed

  Syntax              boolean ispcAnywhere(void);

  Prototype in        doshk.h

  Remarks             determines if pcAnywhere is installed.

  Return value        returns TRUE if pcAnywhere is installed, FALSE
                      otherwise.

  See also            SetpcAnywhere()

  Example             #include <doshk.h>

                      main()
                      {
                           printf("pcAnywhere is ");
                           if (! ispcAnywhere())
                                printf("not ");
                           printf("installed\n");
                      }


See Also: SetpcAnywhere()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson